home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : style_checker
- -- VERSION : 1.1
- -- REVIEW CODE :
- -- DDN ADDRESS : JFOREMAN at ECLB
- -- AUTHOR : Texas Instruments
- -- : Ada Technology Branch
- -- : PO Box 801, MS 8007
- -- : McKinney, TX 75069
- -- : Note: Work done under contract to the Naval
- -- : Oceans Systems Center (NOSC)
- -- COPYRIGHT :
- -- DATE CREATED : 17 Apr 85
- -- DATE RELEASED : 17 Apr 85
- -- DATE LAST UPDATED : 30 Dec 85
- -- LOCATION : ASR
- -- ENVIRONMENT : DEC VAX 11/785, DEC Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : STYLE
- -- CATEGORY LEVEL 3 : Style Checker 2
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Ada style checker
- -- KEYWORD : Ada style
- -- INDEX : Ada Style Checker
- -- INDEX : Checker, Style
- -- INDEX : Style Checker
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.STYLE>STYLE2.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.STYLE>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- STYLE2.PRO 3454 70
- -- STYLE2.SRC 408164 10049
- -- =============== ========== ==========
- -- 2 Files 411618 10119
- --= ABSTRACT ===============================================--
- -- The style checker will examine an Ada program and try to pick
- -- pieces of the program which follow incorrect style conventions. These
- -- conventions themselves will be determined by a file of parameters
- -- which can be editted to "tailor" the style to local (or contractual)
- -- conventions.
- --
- -- Both physical and logical style features will be checked for
- -- including indentation, use of blank space, names, use of reserved
- -- words (such as restricting certain features, i.e. gotos), nesting
- -- levels, parameter passing, and comments.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 4/17/85 1.0 TI Ada Technology Branch Initial Release
- -- 12/30/85 1.1 TI Ada Technology Branch Converted to run on DEC
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-